Skip to content

Commit f24374f

Browse files
authored
Remove relative from table component
Signed-off-by: stephann <3025661+stephannv@users.noreply.github.com>
1 parent eea116e commit f24374f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_ui/table/table.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RubyUI
44
class Table < Base
55
def view_template(&block)
6-
div(class: "relative w-full overflow-auto") do
6+
div(class: "w-full overflow-auto") do
77
table(**attrs, &block)
88
end
99
end

0 commit comments

Comments
 (0)